$txt = "lol.wut.hehe";
$txt_split = preg_split('//', $txt, -1, PREG_SPLIT_NO_EMPTY);
print_r($txt_split);